MAIN.C
unsigned char ch
unsigned long size;
void main(void)
{
/* Read the first byte from the given file */
ch = EFil1_GetValue(0);
/* Read the second byte from the given file */
ch = EFil1_GetValue(1);
/* Get size of the given file */
size = EFil1_GetSize();
}
For more about typical usage of the bean code please refer to the page Bean Code Typical Usage.